home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global sModuloInicio, bDebug, nFin, bVideoNormal
- if the movieTime of sprite 5 < nFin then
- go(the frame)
- else
- set the movieRate of sprite 5 to 0
- set CD to BuscaCd()
- if CD <> EMPTY then
- set the exitLock to not bDebug
- go("inicio", CD & "\modulos\" & sModuloInicio)
- else
- quit()
- end if
- end if
- end
-